The Thread Timer utility (ThreadTimer.exe) is a command-line utility that provides thread statistics for executables.
ThreadTimer <EXE to time> [option flags]
| Parameter | Definition |
|---|---|
|
-s<Sleep time (msec)> |
The sleep time in msec. The default is 10000. |
|
-r<Thread list refresh rate (sec)> |
The refresh rate for the thread list. The default is never. |
|
-p<Reporting cutoff as percent of cpu> |
The reporting cutoff as a percentage of cpu. The default is 50 (50%). |
|
-o<logging file> |
The path and file name for the logging file. The default is blank and the utility always reports to standard output. |
|
-i<Process Id> |
The process id for the executable. The default is all instances. |
Note: Do not add any spaces between the parameters and values.
Example
|
ThreadTimer –s100 –r –p25 -i5432 |